CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jpeg 压缩 算法

搜索资源列表

  1. jpeg压缩中的DCT蝶型算法verilog代码

    2下载:
  2. jpeg压缩中的DCT蝶型算法verilog代码-jpeg DCT compression algorithm verilog code BUTTERFLY
  3. 所属分类:压缩解压

    • 发布日期:2014-01-14
    • 文件大小:4867
    • 提供者:wuguanying
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62518
    • 提供者:
  1. 图像压缩算法的VC实现

    0下载:
  2. 图像压缩算法的VC源码,包括了jpeg的压缩编码全过程,很有学习价值。-VC source, including the jpeg compression coding entire process is learning value.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:697348
    • 提供者:寒塘
  1. 图象JPEG压缩算法的一种实现方法

    0下载:
  2. 一个不错的JPEG图像压缩软件,值得一看!-a good JPEG image compression software, an eye-catcher!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:62604
    • 提供者:寒塘
  1. JPEG图像压缩算法

    3下载:
  2. 基于DCT的JPEG图像压缩算法(matlab版)
  3. 所属分类:文档资料

    • 发布日期:2012-11-03
    • 文件大小:4504
    • 提供者:xu9976
  1. windows mobile JpegLib

    1下载:
  2. windows mobile Jpeg压缩算法
  3. 所属分类:Windows Mobile

    • 发布日期:2010-11-02
    • 文件大小:259773
    • 提供者:cuihw@sohu.com
  1. lzw_soft.zip lzw压缩解压算法源码

    0下载:
  2. lzw压缩解压算法源码,The soruce of LZW compression algorithm
  3. 所属分类:压缩解压

    • 发布日期:2017-11-08
    • 文件大小:75331
    • 提供者:
  1. JPEG.rar

    7下载:
  2. 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-12
    • 文件大小:169176
    • 提供者:宇翔
  1. fpga_jpeg

    2下载:
  2. 图像jpeg压缩算法,用verilog HDL在FPGA上的实现 -Jpeg image compression algorithm, using verilog HDL Implementation in FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:103710
    • 提供者:沧海一笑
  1. source_code_of_JPEG

    0下载:
  2. 完整详尽的用C语言实现图像的JPEG压缩算法.-Integrity of the C language with a detailed realization of the JPEG image compression algorithm.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:327417
    • 提供者:沧海一笑
  1. chap9

    0下载:
  2. 行程编码,JPEG压缩编码(基本系统)算法-route codeing, JPEG compression algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-11-25
    • 文件大小:131243
    • 提供者:站长
  1. 219143204175200712406281264544

    0下载:
  2. 非常好且全面的jpeg图像压缩算法,jpeg压缩编码标准及其源码希望对大家有所帮助。-Very good and comprehensive jpeg image compression algorithm, jpeg compression coding standard and its source would like to help everyone.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16388138
    • 提供者:乔鹏飞
  1. fpga-jpeg

    0下载:
  2. fpga based jpge 压缩算法, 性能不错,-fpga based jpge compression algorithm, performance good,
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:104702
    • 提供者:sloanyang
  1. jpeg-6b

    0下载:
  2. jpeg压缩解压缩算法及源码,使用方便,有源码参考-jpeg compression decompression algorithms and source code, easy to use, there is a reference source
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:708855
    • 提供者:唐堂
  1. dct

    0下载:
  2. JPEG压缩算法的核心是“视觉保真”原理,利用人类视觉系统特征进行处理,以达到最大图像数据压缩效果,实际上就是去除那些人眼不易觉察的信息。图像的空间频率对人的视觉至关重要,采用离散余弦变换可将图像分解成一组波,每个波有一个不同的空间频率,这样可以去除人类眼睛觉察不到的信息,而且还可使系统只保留重要的信息。-JPEG compression algorithm is the core of " visual fidelity" principle, the use of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1476
    • 提供者:huoxinglin
  1. JPEGtoBMP

    0下载:
  2. jpeg图像压缩算法 附简单介绍 VC环境下运行-jpeg image compression algorithm is attached to a brief run under VC
  3. 所属分类:Graph program

    • 发布日期:2017-06-20
    • 文件大小:33090030
    • 提供者:danny
  1. JPEG-LS

    0下载:
  2. 基于改进JPEG-LS算法的遥感图像近无损压缩专利,由航天五院508所申报,很详细的介绍了算法和fpga的实现-Improved JPEG-LS algorithm near lossless compression patent, the space the five branches of 508 reporting, a detailed explanation of the algorithm and implementation fpga
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:674244
    • 提供者:小化
  1. jpeg

    0下载:
  2. dsp端的jpeg压缩算法,测试通过,方便大家共享。采用汇编进行优化。-dsp side of the jpeg compression algorithm, test, easy to share. Optimized in assembly.
  3. 所属分类:DSP program

    • 发布日期:2017-05-12
    • 文件大小:2904283
    • 提供者:陈修海
  1. 2

    0下载:
  2. jpeg图像的压缩算法,给的比较详细,其中还有demo,thu教学code(jpeg image compression algorithm to give more detailed, including demo, thu teaching code)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:19456
    • 提供者:tony2014
  1. image-compression

    1下载:
  2. 实现jpeg图像压缩,基于FPGA的JPEG图像压缩算法实现 基于FPGA的JPEG图像压缩系统的实现(Image compression of JPEG based on MATLAB, 实现jpeg图像压缩,基于FPGA的JPEG图像压缩算法实现 基于FPGA的JPEG图像压缩系统的实现 JPEG image compression, JPEG image compression algorithm based on FPGA implementation of FPGA based J
  3. 所属分类:其他

    • 发布日期:2020-01-03
    • 文件大小:71680
    • 提供者:zyz10
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com